home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 18
/
CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso
/
CUCD
/
Magazine
/
WiredWorld
/
THOR_2.5_upgrade
/
rexx
/
examples
/
HitRate.br
< prev
next >
Wrap
Text File
|
1997-09-15
|
373b
|
23 lines
/* $VER: HitRate.br 3.1 (7.6.94)
*
* Get hitrate for buffer system
*/
if ~show('p', 'BBSREAD') then do
address command
"run >nil: `GetEnv THOR/THORPath`bin/LoadBBSRead"
"WaitForPort BBSREAD"
end
options results
address BBSREAD
BUFHITRATE RATES
say 'Global hitrate:' result
say 'Read hitrate: ' RATES.READ
say 'Write hitrate: ' RATES.WRITE
exit